home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 088 / wildcat4.arc / PROTOCOL.HLP < prev    next >
Encoding:
Text File  |  1987-10-09  |  8.9 KB  |  178 lines

  1.  
  2.  
  3.      =============== WILDCAT! FILE SYSTEM TUTORIAL ==================
  4.  
  5.      The files area allows users to move files between your system and 
  6.      WILDCAT!. Downloading is the process of moving files from WILDCAT! 
  7.      to your computer, and uploading is moving files from your computer 
  8.      to WILDCAT!.  
  9.  
  10.      Data transfer can be done in a number of ways in WILDCAT!.  New 
  11.      error checking protocols are being added on a regular basis, but 
  12.      the most common transfer methods are XMODEM, YMODEM and standard ASCII.
  13.      XMODEM protocol was originally developed by Ward Christensen, a 
  14.      pioneer in micro communications.  XMODEM is included in many 
  15.      communications programs including PC-TALK III, QMODEM, CROSSTALK, 
  16.      SMARTCOM and many more.  Before talking any more about specific 
  17.      protocols, lets review the general method of locating a file or 
  18.      program to download from a WILDCAT! system.  
  19.  
  20.      The explaination which follows assumes the SYSOP has adopted the 
  21.      standard WILDCAT! Files System Menu, and is using the recommended 
  22.      prompts. Since every WILDCAT! system has the option of changing the 
  23.      wording of this menu, you may find some slight variation of the 
  24.      menu prompts which will perform the same functions.  
  25.  
  26.      WILDCAT! allows the System Operator the option of storing files in 
  27.      separate subdirectories or areas, each of which is devoted to different 
  28.      types of files or programs.  File areas usually have names like GAMES, 
  29.      UTILITIES, etc., and contain files of that type.  Select the LIST command,
  30.      usually displayed as [L]ist on the menu and you will be prompted for the 
  31.      specific file area you wish to view.  The complete names of the files 
  32.      available will be listed along with file size, date added to the system, 
  33.      time needed to download at your baud rate, the number of times it has 
  34.      been downloaded, and a brief description of each file.  
  35.  
  36.  
  37.      XMODEM FILE TRANSFER
  38.  
  39.      WILDCAT! supports two variations of the XMODEM protocol called 
  40.      XMODEM and XMODEM/CRC respectively.  One of these two protocols is 
  41.      required if you intend to transfer files with extensions of EXE, 
  42.      OBJ, COM, ARC, LBR, xQx, as well as tokenized BASIC programs.  
  43.      Files containing the IBM PC special ASCII characters (ones with 
  44.      ASCII values above 128) must also be transferred with XMODEM, 
  45.      including Wordstar files.  These files cannot be transferred in 
  46.      ASCII mode since ASCII transfer is only 7 bit and these types of 
  47.      files require the full 8 bit transfer of the data with no 
  48.      translation of the contents of the file.  
  49.  
  50.      XMODEM also offers the advantage of error checking on a block by 
  51.      block basis to assure that the data sent contains no errors.  It 
  52.      does this by adding a checksum byte to the end of each block of 
  53.      data; the receiver calculates its own checksum and compares it to 
  54.      the one received.  If an error is detected in the transmission, 
  55.      XMODEM will request that WILDCAT! retransmit the block of data.  
  56.  
  57.      In addition to the above checksum comparison, XMODEM/CRC adds 
  58.      another level of error detection using a complex CYCLICAL 
  59.      REDUNDANCY CHECK algorithm.  
  60.  
  61.      Please be certain to select and use matching protocol types for 
  62.      accurate data interchange.  QMODEM, a product of John Friel and the 
  63.      FORBIN PROJECT supports both XMODEM and XMODEM/CRC, and will usually 
  64.      contain additional protocols added to WILDCAT!. 
  65.  
  66.      To perform an XMODEM file download, first determine the name of a file 
  67.      by using the <L>IST command. 
  68.  
  69.      1.  Select <D>OWNLOAD from the FILES MENU
  70.  
  71.      2.  Enter the COMPLETE file name.  WILDCAT! will check to make sure the 
  72.          file exists and then proceed.  If the file is not found, check the 
  73.          spelling in the [L]ist. 
  74.  
  75.      3.  Select the transfer protocol you want to use by entering the 
  76.          number which corresponds to it, ie. 3 for XMODEM/CRC. 
  77.  
  78.      4.  WILDCAT! will indicate how many blocks are to be sent and wait 
  79.          for you to begin you transfer procedure.  Once WILDCAT! indicates 
  80.          it is READY TO SEND you should then open your recieve or capture 
  81.          file (QMODEM & PC-TALK.III Alt-R command) and start the XMODEM 
  82.          receive process.  PC-TALK.III starts XMODEM for you ONLY IF you put 
  83.          '=X' at the end of the download filename.  QMODEM will ask for the 
  84.          protocol type much the same way as WILDCAT! 
  85.  
  86.      5.  The file will be transferred automatically block by block under 
  87.          XMODEM until the entire file has been sent. You may abnormally 
  88.          abort the transfer by sending WILDCAT! an ASCII CAN code (CTRL-
  89.          X). PC-TALK.III & QMODEM will do this for you if you enter an 
  90.          Alt-R during the file transfer, or it can be entered from the 
  91.          keyboard.  
  92.  
  93.      7.  When the file transfer is finished, XMODEM automatically closes 
  94.          your capture file for you. XMODEM also ensures that no garbage 
  95.          gets into your file; binary files and text files are sent to 
  96.          you with 99.6% error free transmission with XMODEM and better 
  97.          than 99.9% with XMODEM/CRC.
  98.  
  99.      ASCII DATA CAPTURE
  100.  
  101.      ASCII transfer is simply the sending of information as characters, 
  102.      and is limited to 7 bit information.  The transfer of files in 
  103.      ASCII mode can be done if your system is capable of any type of 
  104.      data capture.  To download a file using the ASCII method, follow 
  105.      the same sequence of steps listed above for XMODEM, but select 
  106.      protocol type 1, ASCII.  
  107.  
  108.      4.  WILDCAT! will ask which type of ASCII transfer you want,
  109.               1.  PROMPTED
  110.               2.  TIME DELAY
  111.               3.  NO DELAY
  112.  
  113.      NO DELAY is the simplest and will cause WILDCAT! to send the file 
  114.      full speed to your system with no pauses.  If it is a long file and 
  115.      your system has only a small communications buffer, you may find 
  116.      your computer is unable to keep up with receiving & writing the file 
  117.      without losing some characters.  If so, change to a TIME DELAY as 
  118.      indicated below.
  119.  
  120.      TIME DELAY will allow you to specify the amount of time between each 
  121.      transmitted character in hundredths of a second.  For example you 
  122.      could specify 10 as the time delay and WILDCAT! would wait 10/100 of 
  123.      a second (one tenth) between each character sent.  A delay between 
  124.      10 and 50 will allow almost any system to successfully receive ASCII 
  125.      even if a buffer problem has been found.  
  126.  
  127.      PROMPTED transmission allows receiving the file line by line with a 
  128.      pause between each line until a specified character has been 
  129.      received by WILDCAT!.  You must tell WILDCAT! what character will be 
  130.      sent by your system to signal that it is ready for the next line.  
  131.  
  132.      5.  Open your capture or receive file as indicated by WILDCAT! 
  133.          (Opening your capture file is done by using the Alt-R command in 
  134.          PC-TALK & QMODEM)  After setting up to receive the file on your 
  135.          end, you have to send WILDCAT! one carriage return so that it 
  136.          knows you are ready to start.  
  137.  
  138.      6.  The file will be sent a line at a time until the entire file is 
  139.          sent.  You will see the lines of ASCII code (readable text and 
  140.          numbers) on your screen as they flow to your system.  A Ctrl-X 
  141.          (ASCII CAN) can be sent anytime to abort the transmission of the 
  142.          data.
  143.  
  144.      7.  When the file transfer is finished, WILDCAT! will send you an 
  145.          End Of File Marker (Ctrl-Z) and tell you to close your capture 
  146.          file (PC-TALK & QMODEM Alt-R) 
  147.  
  148.  
  149.      FILE UPLOADING
  150.  
  151.      File uploading to WILDCAT! is very similar to downloading.  
  152.  
  153.      Uploading of ASCII files can be done without interruption between 
  154.      lines.  WILDCAT! can handle data uploading at up to 2400 baud 
  155.      without any problem.  
  156.  
  157.      Before sending a file be sure WILDCAT! has enough disk space to take 
  158.      the file. When you select <U>PLOAD at the File menu, the system will 
  159.      tell you how much disk space is free on the upload drive. 
  160.  
  161.      UPLOAD GROUND RULES
  162.  
  163.      You are encouraged to donate programs to the library on this system.  
  164.      Any type of program or document is welcome, however, a few ground 
  165.      rules are in order.  The files donated must contain only information 
  166.      that is in the public domain.  No private or commercial information 
  167.      should be placed on this system.  The SYSOP is not responsible for 
  168.      any of the data that is shared on this system. 
  169.  
  170.                         MUSTANG SOFTWARE
  171.                                  3125 19th Street, Suite 162 
  172.                                  Bakersfield, CA  93301-3118 
  173.                                  VOICE (805) 395-0223 
  174.                                  DATA  (805) 395-0650
  175.  
  176.                                  Jim Harrer        Rick Heming
  177.  
  178.